home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / Ghostscript / doc / current.txt < prev    next >
Text File  |  1997-04-12  |  5KB  |  156 lines

  1.    Copyright (C) 1990, 1995, 1996 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, current.txt, describes problems and new features in the current
  21. release of Ghostscript.  This file describes version 4.03 of Ghostscript.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. New features (since release 3.53)
  27. ============
  28.  
  29. This is not a complete list of new features: see NEWS for details.
  30.  
  31. New scripts and utilities:
  32.     pdf2ps input.pdf output.ps
  33.         Converts PDF to PostScript, similar to Adobe's Acrobat
  34.         Exchange.
  35.     ps2pdf input.ps output.pdf
  36.         Converts PostScript to PDF, similar to Adobe's Acrobat
  37.         Distiller.  (It doesn't do a very good job just yet.)
  38.  
  39. setpagedevice is (finally) implemented.
  40.  
  41. AccurateScreens is now implemented.
  42.  
  43. The poor-quality free fonts have been replaced by good ones.
  44.  
  45. Anti-aliased text and graphics are available for PBM output and for display
  46. output on MS Windows.
  47.  
  48. PostScript Type 42 (embedded TrueType) fonts are fully supported (but the
  49. output quality is not very good, because the current TrueType rasterizer
  50. ignores hints).  Real TrueType fonts (.TTF) are also supported if
  51. Ghostscript is compiled with the ttfont feature included (which is the
  52. default on MS Windows platforms).
  53.  
  54. The driver interface has been expanded so that drivers can capture graphical
  55. "objects" at a high level rather than as rasters.  See drivers.txt and
  56. gxdevice.h for details.
  57.  
  58. On Unix systems, if your system has libpng and/or libgz installed, switches
  59. in the Ghostscript makefiles allow you to use the installed libraries
  60. instead of having to compile your own copies.
  61.  
  62. Changes
  63. =======
  64.  
  65. Usage
  66. -----
  67.  
  68. Fontmap and [GS_]FONTPATH now work differently, and more sensibly.  See NEWS
  69. for details.
  70.  
  71. Building
  72. --------
  73.  
  74. Building gs386 with the Watcom compiler now requires using the wmakebat
  75. script rather than simply calling wmake[l].
  76.  
  77. Internal
  78. --------
  79.  
  80. The MS Windows implementation is now fully DLL-based.
  81.  
  82. Known problems
  83. ==============
  84.  
  85. Usage
  86. -----
  87.  
  88. On a MS-DOS system, interrupting the interpreter by typing ^C doesn't
  89. restore the display mode.
  90.  
  91. Limitations
  92. -----------
  93.  
  94. serialnumber returns the same value in all copies.
  95.  
  96. User names (a Display PostScript facility) are not implemented.
  97.  
  98. Some floating point exceptions terminate the interpreter, rather than
  99. producing a limitcheck error.
  100.  
  101. The DCTEncode filter disregards the Blend parameter, and uses different
  102. QuantTables and HuffTables from Adobe's.
  103.  
  104. The DCT filters do not support nonintegral sample ratios, and do not allow
  105. Sum(HS*VS)>10, regardless of the value of the Relax parameter.
  106.  
  107. The size of the execution stack cannot be changed dynamically.  (However,
  108. the sizes of the operand and dictionary stacks can be changed.)
  109.  
  110. Separation color spaces are implemented, but devices that actually produce
  111. color separations are not supported.  The special color separations All and
  112. None, and the primary separations (Red, Green, etc.), are not supported.
  113.  
  114. execform and ucache are implemented, but they do not actually do any
  115. caching; setucacheparams and ucachestatus are dummies.  (This only impacts
  116. performance, not functionality.)
  117.  
  118. The image operator only honors the Interpolate flag in the image
  119. dictionary if the combined transformation (ImageMatrix + CTM) doesn't
  120. involve rotation, skewing, or X-reflection.
  121.  
  122. Any path building operation (moveto, lineto, curveto) that would generate a
  123. device coordinate larger than +/-2^19 will cause a limitcheck.
  124.  
  125. Graphics bugs
  126. -------------
  127.  
  128. The implementation only looks at the PaintType of the font when doing
  129. show, not when doing charpath.  Because of this, stroked fonts don't work
  130. correctly with charpath.
  131.  
  132. arcto gives an error for negative radii.
  133.  
  134. Opening more than one window device at the same time doesn't work.
  135. This is the case for both X Windows and Microsoft Windows.
  136.  
  137. cshow doesn't work with composite fonts.
  138.  
  139. Non-graphics bugs
  140. -----------------
  141.  
  142. The %statementedit pseudo-file is equivalent to %lineedit.  As a
  143. consequence, the interactive interpreter requires that every statement fit
  144. on a line, i.e., you can't have an unpaired (, {, or <.
  145.  
  146. The following operators that expect arrays won't accept packed arrays:
  147.     definefont (Subrs (type 1 fonts))
  148.  
  149. Syntax errors occurring within a binary token do not produce the error
  150. message specified by the Adobe documentation.
  151.  
  152. restore doesn't restore the user parameters.
  153.  
  154. 1 vmreclaim is equivalent to 2 vmreclaim -- there is no separate GC for
  155. local VM.
  156.